Skip to content

Conversation

@T4rk1n
Copy link
Contributor

@T4rk1n T4rk1n commented Oct 17, 2025

Resolve #3436

  • Add deprecation notice on dash.dash_table.DataTable usage.
  • Add dash[ag-grid] extra requirement.

@gvwilson gvwilson requested a review from KoolADE85 October 28, 2025 12:33
@gvwilson gvwilson added feature something new P1 needed for current cycle dependencies Pull requests that update a dependency file labels Oct 28, 2025
Copy link
Contributor

@KoolADE85 KoolADE85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good here. 💃

"dash_table": {
"DataTable": textwrap.dedent(
"""
The dash_table.DataTable will be removed from the builtin dash components in Dash 4.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be Dash 5.0 now?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope so - not much of a notice period if Dash 4 is released soon.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it should be Dash 5.0.

@T4rk1n T4rk1n merged commit b3b148c into dev Nov 10, 2025
10 checks passed
@T4rk1n T4rk1n deleted the deprecate-dash-table branch November 10, 2025 16:24
@LeanderJDev
Copy link

What is the alternative to using dash table? I am currently using it in a project and would like to know what to replace it with if it gets deprecated

@AnnMarieW
Copy link
Collaborator

Here's the info from the dash 3.3.0 Release Announcement..


Deprecation of Dash Table

We’re deprecating Dash Table from the core Dash API, and it will be removed from the core API of Dash starting with Dash 5.0. We expect Dash 5.0 sometime in 2026 following Dash 4.0, so while there’s a good window before removal, you may consider changing your imports or moving off of Dash Table. If you’re using Dash Table today, we’d encourage migrating to Dash Ag Grid which has more functionality and is better supported.

You can get started with pip install “dash[ag-grid]”, a new shortcut for installation available in Dash 3.3.0. You can also consult the Dash Ag Grid documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file feature something new P1 needed for current cycle

Projects

None yet

Development

Successfully merging this pull request may close these issues.

deprecate Dash Table

8 participants